翻訳と辞書
Words near each other
・ Intellect Games
・ Intellectica
・ Intel 8288
・ Intel 850
・ Intel Active Management Technology
・ Intel ADX
・ Intel AMT versions
・ Intel AppUp
・ Intel Architecture Labs
・ Intel Array Building Blocks
・ Intel Array Visualizer
・ Intel Atom (CPU)
・ Intel AZ210
・ Intel BCD opcode
・ Intel Binary Compatibility Standard
Intel C++ Compiler
・ Intel Capital
・ Intel Cascade Cipher
・ Intel Clear Video
・ Intel Cluster Ready
・ Intel Communication Streaming Architecture
・ Intel Compute Stick
・ Intel Core
・ Intel Core (microarchitecture)
・ Intel Core 2
・ Intel Corp. v. Advanced Micro Devices, Inc.
・ Intel Corp. v. Hamidi
・ Intel Corporation Inc. v. CPM United Kingdom Ltd
・ Intel Ct
・ Intel Debugger


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Intel C++ Compiler : ウィキペディア英語版
Intel C++ Compiler

Intel C++ Compiler, also known as icc or icl, is a group of C and C++ compilers from Intel available for Windows, OS X, Linux and Intel-based Android devices.
== Overview ==
The compilers generate optimized code for IA-32 and Intel 64 architectures, and non-optimized code for non-Intel but compatible processors, such as certain AMD processors. A specific release of the compiler (11.1) is available for development of Linux-based applications for IA-64 (Itanium 2) processors.
The 14.0 compiler added support for Intel-based Android devices and optimized vectorization and SSE Family instructions for performance. The 13.0 release added support for the Intel Xeon Phi coprocessor. It continues support for automatic vectorization, which can generate SSE, SSE2, SSE3, SSSE3, SSE4, AVX and AVX2 SIMD instructions, and the embedded variant for Intel MMX and MMX 2.〔A. J. C. Bik, ''The Software Vectorization Handbook'' (Intel Press, Hillsboro, OR, 2004), ISBN 0-9743649-2-4.〕 Use of such instruction through the compiler can lead to improved application performance in some applications as run on IA-32 and Intel 64 architectures, compared to applications built with compilers that do not support these instructions.
Intel compilers support Cilk Plus, which is a capability for writing vectorized and parallel code that can be used on IA-32 and Intel 64 processors or which can be offloaded to Xeon Phi coprocessors. They also continue support for OpenMP 4.0, symmetric multiprocessing, automatic parallelization, and Guided Auto-Parallization (GAP). With the add-on Cluster OpenMP capability, the compilers can also automatically generate Message Passing Interface calls for distributed memory multiprocessing from OpenMP directives.
Intel C++ is compatible with Microsoft Visual C++ on Windows and integrates into Microsoft Visual Studio. On Linux and OS X, it is compatible with GNU Compiler Collection (GCC) and the GNU toolchain. Intel C++ Compiler for Android is hosted on Windows, OS X or Linux and is compatible with the Android NDK, including gcc and the Eclipse IDE. Intel compilers are known for the application performance they can enable as measured by benchmarks, such as the SPEC CPU benchmarks.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Intel C++ Compiler」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.